home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / PageMakerClassLibrary / Commands / PTextWrap.h < prev    next >
C/C++ Source or Header  |  1996-08-15  |  620b  |  34 lines

  1. /*
  2.  *--- PTextWrap.h ---------------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PTextWrap__
  10. #define __PTextWrap__
  11.  
  12. class PTextWrap
  13. {
  14.  
  15. public:
  16.  
  17.     PTextWrap
  18.       (    short    cWrapOption,
  19.         short    cTextFlow,
  20.         long    xLeftSO,
  21.         long    yTopSO,
  22.         long    xRightSO,
  23.         long    yBottomSO,
  24.         short    cLayerWrap );
  25.  
  26. private:
  27.  
  28.     PTextWrap();
  29. };
  30.  
  31. #endif
  32.  
  33. // end of PTextWrap.h
  34.